Menu
Login
Services
Prices
Developer
Overview
HTTP Interface
.Net Interface
PHP Interface
Java Interface
ActiveX\COM Interface
SMTP/Email Interface
Developer
Downloads
Support
About Us
SIGN-UP FOR FREE TRIAL
Login
DotNet Component
MessagePart
MessagePart Class
Description:
Represents a Message Part in an MMS Message
Properties:
Filename
String
Filename of the message part (e.g. "Image.gif"). This is the Filename of the message part as it will appear in the MMS Message received on the phone. Do not include a file path.
ContentType
String
(Optional) Content type of the MMS Message Part (e.g. "image/gif"). If not supplied the Content Type will be determined based on the file extension given in Filename property.
Text
String
(Optional) Text content of a Text Message Part
SourceFilename
String
(Optional) Full path and filename of the file that contains the content of the MMS Message Part (e.g. "C:\Image.gif")
SourceStream
Stream
(Optional) An open stream that contains the content for the Message Part. NOTE: Caller is responsible for closing the stream after the call to SendMMSMessage.
NOTE:
You must supply message content through the Text, SourceFilename or SourceStream property, if you do not set one of these properties an error will be returned.
<< Back to DotNet Component